projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2244f4a
)
Fix babl-stats page encoding for Firefox
author
Daniel Sabo
<DanielSabo@gmail.com>
Sun, 9 Dec 2012 20:48:32 +0000
(12:48 -0800)
committer
Daniel Sabo
<DanielSabo@gmail.com>
Sun, 9 Dec 2012 20:48:32 +0000
(12:48 -0800)
Add <meta Content-Type> to babl-stats.html so Firefox renders
it with the correct encoding.
babl/babl-fish-stats.c
patch
|
blob
|
history
diff --git
a/babl/babl-fish-stats.c
b/babl/babl-fish-stats.c
index ccd4037e1ad29b5218c6749237afc2d2484f78c0..9c6d52eb3cc62d8fc64ca93185998f2bf73ea0d4 100644
(file)
--- a/
babl/babl-fish-stats.c
+++ b/
babl/babl-fish-stats.c
@@
-308,7
+308,7
@@
babl_fish_stats (FILE *file)
"<html>\n"
"<head>\n"
"<title>BablFishPath introspection</title>\n"
-
+ "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">\n"
"<style type='text/css'>"
" body {"
" font-family: sans;"